home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / VCL / ConvertIt / ConvertItUnit.dfm < prev    next >
Encoding:
Text File  |  2004-10-22  |  1.8 KB  |  87 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 420
  5.   Height = 466
  6.   Caption = 'Conversion Tester'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ConvFamilies: TTabControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 412
  21.     Height = 420
  22.     Align = alClient
  23.     TabOrder = 0
  24.     Tabs.Strings = (
  25.       'Testing')
  26.     TabIndex = 0
  27.     OnChange = ConvFamiliesChange
  28.     object ConvTypes: TListBox
  29.       Left = 16
  30.       Top = 32
  31.       Width = 177
  32.       Height = 372
  33.       Anchors = [akLeft, akTop, akBottom]
  34.       ItemHeight = 13
  35.       Sorted = True
  36.       TabOrder = 0
  37.       OnClick = ConvTypesClick
  38.     end
  39.     object ConvValueIncDec: TUpDown
  40.       Left = 377
  41.       Top = 32
  42.       Width = 16
  43.       Height = 21
  44.       Anchors = [akTop, akRight]
  45.       Associate = ConvValue
  46.       Min = -32000
  47.       Max = 32000
  48.       Position = 1
  49.       TabOrder = 2
  50.       Thousands = False
  51.       Wrap = False
  52.     end
  53.     object ConvResults: TListBox
  54.       Left = 200
  55.       Top = 56
  56.       Width = 196
  57.       Height = 348
  58.       TabStop = False
  59.       Anchors = [akLeft, akTop, akRight, akBottom]
  60.       ItemHeight = 13
  61.       ParentColor = True
  62.       TabOrder = 3
  63.     end
  64.     object ConvValue: TEdit
  65.       Left = 200
  66.       Top = 32
  67.       Width = 177
  68.       Height = 21
  69.       Anchors = [akLeft, akTop, akRight]
  70.       TabOrder = 1
  71.       Text = '1'
  72.       OnChange = ConvValueChange
  73.     end
  74.   end
  75.   object StatusBar1: TStatusBar
  76.     Left = 0
  77.     Top = 420
  78.     Width = 412
  79.     Height = 19
  80.     Panels = <
  81.       item
  82.         Width = 50
  83.       end>
  84.     SimplePanel = False
  85.   end
  86. end
  87.